/* _content/Test app 2/Pages/Instellingen.razor.rz.scp.css */
/* ===== Clean Black & White Theme ===== */

/* ===== Overall Layout ===== */
.page-title[b-1f50do7nr3] {
    font-weight: 600;
    font-size: 1.6rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    letter-spacing: -0.3px;
}

/* ===== User Card (Form Container) ===== */
.user-card[b-1f50do7nr3] {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
    transition: box-shadow 0.2s ease;
}

.user-card:hover[b-1f50do7nr3] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ===== Section Header ===== */
.form-header[b-1f50do7nr3] {
    border-left: 3px solid #1a1a1a;
    padding-left: 12px;
    font-weight: 600;
    font-size: 1.05rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

/* ===== Modern Inputs ===== */
.modern-input[b-1f50do7nr3] {
    border-radius: 8px !important;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    transition: all 0.2s ease;
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
}

.modern-input:focus[b-1f50do7nr3] {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    outline: none;
}

/* ===== Buttons ===== */
.btn[b-1f50do7nr3] {
    border-radius: 8px !important;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn:hover[b-1f50do7nr3] {
    transform: translateY(-1px);
}

.btn-primary[b-1f50do7nr3] {
    background: #1a1a1a;
    border: none;
    color: #fff;
}

.btn-primary:hover[b-1f50do7nr3] {
    background: #333;
}

.btn-outline-secondary[b-1f50do7nr3] {
    border: 1px solid #d4d4d4;
    color: #1a1a1a;
    background: transparent;
}

.btn-outline-secondary:hover[b-1f50do7nr3] {
    background-color: #f5f5f5;
    border-color: #1a1a1a;
}

/* ===== Table Styling ===== */
.table-responsive[b-1f50do7nr3] {
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}

.table[b-1f50do7nr3] {
    margin-bottom: 0;
}

.table-header[b-1f50do7nr3] {
    background: #1a1a1a;
    color: #fff;
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table thead th[b-1f50do7nr3] {
    padding: 0.85rem 1rem;
    border: none;
}

.table tbody tr[b-1f50do7nr3] {
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f0f0f0;
}

.table tbody td[b-1f50do7nr3] {
    padding: 0.8rem 1rem;
    color: #333;
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-1f50do7nr3] {
    background-color: #fafafa;
}

/* ===== Badges ===== */
.badge[b-1f50do7nr3] {
    font-size: 0.75rem;
    padding: 0.4em 0.6em;
    border-radius: 4px;
    font-weight: 500;
}

.badge-dark[b-1f50do7nr3] {
    background: #1a1a1a;
    color: #fff;
}

.badge-light[b-1f50do7nr3] {
    background: #f5f5f5;
    color: #1a1a1a;
    border: 1px solid #e5e5e5;
}

.badge-outline[b-1f50do7nr3] {
    background: transparent;
    color: #666;
    border: 1px solid #d4d4d4;
}

/* ===== Modal Overlay ===== */
.custom-modal-overlay[b-1f50do7nr3] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    animation: fadeIn-b-1f50do7nr3 0.2s ease;
}

/* ===== Modern Modal ===== */
.modern-modal[b-1f50do7nr3] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    max-width: 420px;
    animation: slideUp-b-1f50do7nr3 0.2s ease-out;
}

.modern-modal .modal-header[b-1f50do7nr3] {
    background: #1a1a1a;
    color: white;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modern-modal .modal-title[b-1f50do7nr3] {
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.modern-modal .btn-close[b-1f50do7nr3] {
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: 0.2s;
}

.modern-modal .btn-close:hover[b-1f50do7nr3] {
    opacity: 1;
}

.modern-modal .modal-body[b-1f50do7nr3] {
    padding: 1.5rem;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
}

.modern-modal .modal-footer[b-1f50do7nr3] {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1.5rem;
    gap: 0.75rem;
    background-color: #fafafa;
    border-top: 1px solid #e5e5e5;
}

/* ===== Modal Buttons ===== */
.cancel-btn[b-1f50do7nr3] {
    background: transparent;
    border: 1px solid #d4d4d4;
    color: #1a1a1a;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.cancel-btn:hover[b-1f50do7nr3] {
    background-color: #f5f5f5;
    border-color: #1a1a1a;
}

.delete-btn[b-1f50do7nr3] {
    background: #1a1a1a;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.1rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.delete-btn:hover[b-1f50do7nr3] {
    background: #333;
}

/* ===== Animations ===== */
@keyframes slideUp-b-1f50do7nr3 {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn-b-1f50do7nr3 {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ===== Table Buttons ===== */
.table .btn-sm[b-1f50do7nr3] {
    border-radius: 6px;
    padding: 0.35rem 0.65rem;
    font-size: 0.8rem;
    font-weight: 500;
}

.table .btn-warning[b-1f50do7nr3] {
    background: #f5f5f5;
    border: 1px solid #d4d4d4;
    color: #1a1a1a;
}

.table .btn-warning:hover[b-1f50do7nr3] {
    background: #e5e5e5;
    border-color: #1a1a1a;
}

.table .btn-danger[b-1f50do7nr3] {
    background: transparent;
    border: 1px solid #d4d4d4;
    color: #666;
}

.table .btn-danger:hover[b-1f50do7nr3] {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

/* ===== Password Input Group ===== */
.password-group[b-1f50do7nr3] {
    display: flex;
    align-items: center;
}

.password-group .form-control[b-1f50do7nr3] {
    height: 42px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.password-group .eye-btn[b-1f50do7nr3] {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    border: 1px solid #d4d4d4;
    border-left: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 0 0.75rem;
    transition: background-color 0.2s ease;
}

.password-group .eye-btn:hover[b-1f50do7nr3] {
    background-color: #f0f0f0;
}

.password-group .eye-btn i[b-1f50do7nr3] {
    font-size: 1rem;
    color: #666;
}

/* ===== Client Assignment Section ===== */
.section-divider[b-1f50do7nr3] {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 2rem 0;
}

.client-list-header[b-1f50do7nr3] {
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e5e5;
}

.client-list-header.unassigned[b-1f50do7nr3] {
    background: #fafafa;
    color: #666;
}

.client-list-header.assigned[b-1f50do7nr3] {
    background: #fff;
    color: #1a1a1a;
}

.client-item[b-1f50do7nr3] {
    display: flex;
    align-items: center;
    padding: 0.65rem 1rem;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.15s ease;
}

.client-item:hover[b-1f50do7nr3] {
    background-color: #fafafa;
}

.client-item:last-child[b-1f50do7nr3] {
    border-bottom: none;
}

.client-checkbox[b-1f50do7nr3] {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    accent-color: #1a1a1a;
}

.client-name[b-1f50do7nr3] {
    flex: 1;
    font-size: 0.9rem;
    color: #333;
}

.assignment-badge[b-1f50do7nr3] {
    font-size: 0.75rem;
    padding: 0.25em 0.6em;
    border-radius: 4px;
}

.assignment-badge.unassigned[b-1f50do7nr3] {
    background: #f5f5f5;
    color: #888;
    border: 1px solid #e5e5e5;
}

.assignment-badge.assigned[b-1f50do7nr3] {
    background: #1a1a1a;
    color: #fff;
}

.assignment-badge.other-user[b-1f50do7nr3] {
    background: #f0f0f0;
    color: #888;
    border: 1px solid #ddd;
}

/* ===== Form Labels ===== */
label[b-1f50do7nr3] {
    font-weight: 500;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.4rem;
}

/* ===== Select Dropdown ===== */
.form-select[b-1f50do7nr3] {
    border-radius: 8px;
    border: 1px solid #d4d4d4;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-select:focus[b-1f50do7nr3] {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    outline: none;
}

/* ===== Checkbox Styling ===== */
.form-check-input[b-1f50do7nr3] {
    width: 18px;
    height: 18px;
    accent-color: #1a1a1a;
}

.form-check-label[b-1f50do7nr3] {
    font-weight: 400;
    font-size: 0.9rem;
}

/* ===== Client List Container ===== */
.client-list-container[b-1f50do7nr3] {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    max-height: 400px;
    overflow-y: auto;
}

/* ===== Scrollbar Styling ===== */
.client-list-container[b-1f50do7nr3]::-webkit-scrollbar {
    width: 6px;
}

.client-list-container[b-1f50do7nr3]::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.client-list-container[b-1f50do7nr3]::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 3px;
}

.client-list-container[b-1f50do7nr3]::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

/* ===== Loading Spinner ===== */
.spinner-border[b-1f50do7nr3] {
    color: #1a1a1a !important;
}

/* ===== Alert Styling ===== */
.alert-success[b-1f50do7nr3] {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    color: #1a1a1a;
    border-radius: 8px;
}

/* ===== Section Toggle ===== */
.section-toggle[b-1f50do7nr3] {
    display: flex;
    gap: 0.5rem;
    background: #f5f5f5;
    padding: 0.35rem;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto 1.5rem auto;
}

.toggle-btn[b-1f50do7nr3] {
    padding: 0.6rem 1.5rem;
    border: none;
    background: transparent;
    color: #666;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.toggle-btn:hover:not(.active)[b-1f50do7nr3] {
    color: #1a1a1a;
    background: rgba(255, 255, 255, 0.5);
}

.toggle-btn.active[b-1f50do7nr3] {
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.toggle-btn i[b-1f50do7nr3] {
    font-size: 1rem;
}
/* _content/Test app 2/Pages/MainLayout/ClientFilterPage.razor.rz.scp.css */
/* Page Container */
.page-container[b-75ak3u7rr1] {
    padding: 1.5rem;
    background-color: #f7f7f7;
    min-height: 100vh;
}

/* Page Header */
.page-header[b-75ak3u7rr1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h1[b-75ak3u7rr1] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.client-count[b-75ak3u7rr1] {
    font-size: 0.95rem;
    color: #666;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

/* Filter Bar */
.filter-bar[b-75ak3u7rr1] {
    background: #ffffff;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-group[b-75ak3u7rr1] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.filter-group label[b-75ak3u7rr1] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-select[b-75ak3u7rr1],
.filter-input[b-75ak3u7rr1] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    font-size: 0.875rem;
    min-width: 150px;
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.filter-select:focus[b-75ak3u7rr1],
.filter-input:focus[b-75ak3u7rr1] {
    outline: none;
    border-color: #1a1a1a;
    box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.1);
}

.filter-input[b-75ak3u7rr1] {
    min-width: 250px;
}

.btn-columns[b-75ak3u7rr1],
.btn-reset[b-75ak3u7rr1] {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-columns[b-75ak3u7rr1] {
    background: #1a1a1a;
    color: #fff;
    border: none;
}

.btn-columns:hover[b-75ak3u7rr1] {
    background: #333;
}

.btn-reset[b-75ak3u7rr1] {
    background: #fff;
    color: #666;
    border: 1px solid #d4d4d4;
}

.btn-reset:hover[b-75ak3u7rr1] {
    background: #f5f5f5;
    border-color: #999;
}

/* Modal */
.modal-overlay[b-75ak3u7rr1] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.modal-content[b-75ak3u7rr1] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 600px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}

.modal-header[b-75ak3u7rr1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header h5[b-75ak3u7rr1] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    color: #1a1a1a;
}

.modal-close[b-75ak3u7rr1] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #999;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.modal-close:hover[b-75ak3u7rr1] {
    color: #333;
}

.modal-body[b-75ak3u7rr1] {
    padding: 1rem 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.column-search input[b-75ak3u7rr1] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.column-search input:focus[b-75ak3u7rr1] {
    outline: none;
    border-color: #1a1a1a;
}

.category-tabs[b-75ak3u7rr1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.category-tab[b-75ak3u7rr1] {
    padding: 0.375rem 0.75rem;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    background: #fff;
    font-size: 0.8125rem;
    cursor: pointer;
    transition: all 0.15s;
    color: #666;
}

.category-tab:hover[b-75ak3u7rr1] {
    background: #f5f5f5;
}

.category-tab.active[b-75ak3u7rr1] {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

.column-list-actions[b-75ak3u7rr1] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.btn-select-all[b-75ak3u7rr1],
.btn-deselect-all[b-75ak3u7rr1] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background: #fff;
    color: #666;
    cursor: pointer;
}

.btn-select-all:hover[b-75ak3u7rr1],
.btn-deselect-all:hover[b-75ak3u7rr1] {
    background: #f5f5f5;
}

.column-list[b-75ak3u7rr1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-height: 300px;
    overflow-y: auto;
}

.column-item[b-75ak3u7rr1] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 0.625rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s;
}

.column-item:hover[b-75ak3u7rr1] {
    background: #f5f5f5;
}

.column-item input[b-75ak3u7rr1] {
    accent-color: #1a1a1a;
    width: 16px;
    height: 16px;
}

.column-item span[b-75ak3u7rr1] {
    font-size: 0.875rem;
    color: #333;
}

.modal-footer[b-75ak3u7rr1] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e5e5;
}

.btn-cancel[b-75ak3u7rr1],
.btn-save[b-75ak3u7rr1] {
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-cancel[b-75ak3u7rr1] {
    background: #fff;
    color: #666;
    border: 1px solid #d4d4d4;
}

.btn-cancel:hover[b-75ak3u7rr1] {
    background: #f5f5f5;
}

.btn-save[b-75ak3u7rr1] {
    background: #1a1a1a;
    color: #fff;
    border: none;
}

.btn-save:hover[b-75ak3u7rr1] {
    background: #333;
}

/* Loading State */
.loading-state[b-75ak3u7rr1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #666;
}

.loading-state i[b-75ak3u7rr1] {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Table Container */
.table-container[b-75ak3u7rr1] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
    overflow: hidden;
    overflow-x: auto;
}

.client-table[b-75ak3u7rr1] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

/* Filter Row */
.filter-row th[b-75ak3u7rr1] {
    background: #f9f9f9;
    padding: 0.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.column-filter[b-75ak3u7rr1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.column-filter input[b-75ak3u7rr1] {
    width: 100%;
    padding: 0.375rem 0.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 0.75rem;
    background: #fff;
}

.column-filter input:focus[b-75ak3u7rr1] {
    outline: none;
    border-color: #1a1a1a;
}

.empty-filter-btns[b-75ak3u7rr1] {
    display: flex;
    gap: 0.25rem;
}

.empty-filter-btns button[b-75ak3u7rr1] {
    flex: 1;
    padding: 0.25rem;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
    color: #999;
    cursor: pointer;
    font-size: 0.625rem;
    transition: all 0.15s;
}

.empty-filter-btns button:hover[b-75ak3u7rr1] {
    background: #f5f5f5;
    color: #666;
}

.empty-filter-btns button.active[b-75ak3u7rr1] {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

/* Header Row */
.header-row th[b-75ak3u7rr1] {
    background: #1a1a1a;
    color: #fff;
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s;
}

.header-row th:hover[b-75ak3u7rr1] {
    background: #333;
}

.sort-icon[b-75ak3u7rr1] {
    margin-left: 0.5rem;
    font-size: 0.75rem;
}

/* Table Body */
.client-table tbody tr[b-75ak3u7rr1] {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.15s;
}

.client-table tbody tr:hover[b-75ak3u7rr1] {
    background-color: #fafafa;
}

.client-table td[b-75ak3u7rr1] {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-results[b-75ak3u7rr1] {
    text-align: center;
    padding: 2rem !important;
    color: #999;
}

/* Stage Row Colors */
.row-paused[b-75ak3u7rr1] {
    border-left: 3px solid #FB5454;
}

.row-fixedFee[b-75ak3u7rr1] {
    border-left: 3px solid #2563EB;
}

.row-followUp[b-75ak3u7rr1] {
    border-left: 3px solid #10B981;
}

.row-notLive[b-75ak3u7rr1] {
    border-left: 3px solid #9CA3AF;
}

/* Value Counts Modal */
.value-counts-modal[b-75ak3u7rr1] {
    max-width: 500px;
}

.value-counts-summary[b-75ak3u7rr1] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #666;
}

.value-counts-list[b-75ak3u7rr1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-height: 400px;
    overflow-y: auto;
}

.value-count-item[b-75ak3u7rr1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0.875rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s;
    border: 1px solid transparent;
}

.value-count-item:hover[b-75ak3u7rr1] {
    background: #f5f5f5;
}

.value-count-item.selected[b-75ak3u7rr1] {
    background: #e8f4fd;
    border-color: #2563EB;
}

.value-name[b-75ak3u7rr1] {
    font-size: 0.875rem;
    color: #333;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 1rem;
}

.value-count[b-75ak3u7rr1] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fff;
    background: #1a1a1a;
    padding: 0.125rem 0.5rem;
    border-radius: 10px;
    min-width: 28px;
    text-align: center;
}

/* Active Value Filter Badge */
.active-value-filter[b-75ak3u7rr1] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: #e8f4fd;
    border: 1px solid #2563EB;
    border-radius: 4px;
    padding: 0.125rem 0.25rem 0.125rem 0.5rem;
    margin-top: 0.25rem;
    font-size: 0.7rem;
}

.active-value-filter span[b-75ak3u7rr1] {
    color: #2563EB;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.active-value-filter button[b-75ak3u7rr1] {
    background: none;
    border: none;
    color: #2563EB;
    cursor: pointer;
    padding: 0.125rem;
    font-size: 0.625rem;
    line-height: 1;
}

.active-value-filter button:hover[b-75ak3u7rr1] {
    color: #1d4ed8;
}

/* Responsive */
@media (max-width: 768px) {
    .page-container[b-75ak3u7rr1] {
        padding: 1rem;
    }

    .filter-bar[b-75ak3u7rr1] {
        padding: 1rem;
    }

    .filter-group[b-75ak3u7rr1] {
        flex: 1 1 100%;
    }

    .filter-input[b-75ak3u7rr1] {
        min-width: 100%;
    }

    .btn-columns[b-75ak3u7rr1],
    .btn-reset[b-75ak3u7rr1] {
        flex: 1;
        justify-content: center;
    }

    .modal-content[b-75ak3u7rr1] {
        margin: 1rem;
        max-height: 90vh;
    }

    .category-tabs[b-75ak3u7rr1] {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.5rem;
    }
}
/* _content/Test app 2/Pages/UgcCreators/UgcContract.razor.rz.scp.css */
body[b-dd1u5rsalf] {
    background-color: #f8f9fa;
    font-family: 'Helvetica', sans-serif;
}

.container-box[b-dd1u5rsalf] {
    max-width: 450px;
    background: #fff;
    margin: 40px auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.icon-container[b-dd1u5rsalf] {
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, #6f42c1, #9c27b0);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0 auto 15px auto;
}

h2[b-dd1u5rsalf] {
    font-weight: 600;
    text-align: center;
}

.subtitle[b-dd1u5rsalf] {
    text-align: center;
    color: #6c757d;
    margin-bottom: 30px;
}

.btn-gradient[b-dd1u5rsalf] {
    background: linear-gradient(90deg, #6f42c1, #9c27b0);
    color: #fff;
    border: none;
    transition: background 0.3s ease;
}

    .btn-gradient:hover[b-dd1u5rsalf] {
        background: linear-gradient(90deg, #9c27b0, #6f42c1);
    }
/* _content/Test app 2/Shared/Components/Common/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z2u1g519qg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-z2u1g519qg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-z2u1g519qg] {
    font-size: 1.1rem;
}

.oi[b-z2u1g519qg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-z2u1g519qg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-z2u1g519qg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-z2u1g519qg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-z2u1g519qg]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-z2u1g519qg]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-z2u1g519qg]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-z2u1g519qg] {
        display: none;
    }

    .collapse[b-z2u1g519qg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/Test app 2/Shared/Layouts/MainLayout.razor.rz.scp.css */
.page[b-a2ws3psg00] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a2ws3psg00] {
    flex: 1;
}

.sidebar[b-a2ws3psg00] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-a2ws3psg00] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a2ws3psg00]  a, .top-row .btn-link[b-a2ws3psg00] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-a2ws3psg00] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-a2ws3psg00] {
        display: none;
    }

    .top-row.auth[b-a2ws3psg00] {
        justify-content: space-between;
    }

    .top-row a[b-a2ws3psg00], .top-row .btn-link[b-a2ws3psg00] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a2ws3psg00] {
        flex-direction: row;
    }

    .sidebar[b-a2ws3psg00] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a2ws3psg00] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-a2ws3psg00], article[b-a2ws3psg00] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
